ResourceSetProperty Method (Property, Property) |
Sets (adds) and removes properties to/from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus SetProperty(
Property[] addProperty,
Property[] removeProperty
)
Public Function SetProperty (
addProperty As Property(),
removeProperty As Property()
) As MultiStatus
Parameters
- addProperty
- Type: Independentsoft.WebdavProperty
Array of properties to set (add). - removeProperty
- Type: Independentsoft.WebdavProperty
Array of properties to remove.
Return Value
Type:
MultiStatusA MultiStatus response as a result of operation.
See Also